home *** CD-ROM | disk | FTP | other *** search
- Path: news.uni-jena.de!news
- From: mkt@isun04.inf.uni-jena.de (Tilo Koerbs)
- Newsgroups: comp.lang.c++
- Subject: Re: need small simple matrix library
- Date: 31 Jan 1996 13:20:06 GMT
- Organization: Lehrstuhl fuer Rechnerarchitektur- und kommunikation, FSU Jena
- Message-ID: <4enqa6$qlr@fsuj01.rz.uni-jena.de>
- References: <4eg5p6$p59@gosset.maths.tcd.ie>
- Reply-To: mkt@isun04.inf.uni-jena.de
- NNTP-Posting-Host: isun07.inf.uni-jena.de
-
- What kind of matrix library are you looking for?
- - Do you need a template class for mathematical matrices
- (float, double, int, ..)? Or is a static one with,
- say, double enough?
- - What operations does your matrix need?
- (multiplication with matrix/vector, input/output to streams, ...)
- Why don't you write a matrix-class by your own?
- You will probably never find the right thing for you!
-
-
-
-